home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM BV3 / BMUG PD-ROM Version BV3 (CDRM1097900).iso / HyperCard / Games / HyperArchy / HyperArchy Manual / card_11855.txt < prev    next >
Text File  |  1990-02-11  |  3KB  |  113 lines

  1. -- card: 11855 from stack: in
  2. -- bmap block id: 12141
  3. -- flags: 0000
  4. -- background id: 2784
  5. -- name: 
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=2 top=22 right=51 bottom=38
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 29114 / 29114
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Return
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect iris close
  23.   pop card
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 4 (field)
  29. -- low flags: 01
  30. -- high flags: 0000
  31. -- rect: left=6 top=51 right=342 bottom=502
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 0
  35. -- font id: 3
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: 
  40.  
  41.  
  42. -- part 1 (button)
  43. -- low flags: 00
  44. -- high flags: 0000
  45. -- rect: left=1 top=307 right=336 bottom=38
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 902 / 902
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: Prev
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   visual effect scroll right
  57.   go to previous card
  58. end mouseUp
  59.  
  60.  
  61. -- part 5 (button)
  62. -- low flags: 00
  63. -- high flags: 0000
  64. -- rect: left=474 top=307 right=336 bottom=510
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 26425 / 26425
  67. -- text alignment: 1
  68. -- font id: 0
  69. -- text size: 12
  70. -- style flags: 0
  71. -- line height: 16
  72. -- part name: Next
  73. ----- HyperTalk script -----
  74. on mouseUp
  75.   visual effect scroll left
  76.   go to next card
  77. end mouseUp
  78.  
  79.  
  80. -- part 6 (button)
  81. -- low flags: 00
  82. -- high flags: A004
  83. -- rect: left=146 top=305 right=332 bottom=366
  84. -- title width / last selected line: 0
  85. -- icon id / first selected line: 0 / 0
  86. -- text alignment: 1
  87. -- font id: 0
  88. -- text size: 12
  89. -- style flags: 0
  90. -- line height: 16
  91. -- part name: Read the Warning!
  92. ----- HyperTalk script -----
  93. on mouseUp
  94.   push card
  95.   visual effect zoom open
  96.   go to card id 16913
  97. end mouseUp
  98.  
  99.  
  100.  
  101.  
  102. -- part contents for card part 4
  103. ----- text -----
  104. Step 10:
  105.  
  106. Use the right & left arrow buttons to find a card on this level that needs a Child Card on the next level down.  While in that card, click on the "Create Child" button.  This will create a Child Card attached to this card.  You will end up viewing the new Child Card, with the cursor in the "Self Name" field, ready for entry of the new card's name.  Note that the Parent Card's name is shown in the top field.
  107.  
  108. Enter the card's name in the "Self Name" field, and any data in the "Data" field.
  109. Use the "Create Peer" button to create more cards if they are to be attached to the same parent.
  110.  
  111. Repeat this step to go to the next level if appropriate, or navigate around the database with the arrow buttons, and add Child and Peer cards, as appropriate.
  112.  
  113.